home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
Libraries
/
TransSkel
/
Demos
/
Pascal Demos
/
Button
/
Globals.p
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-02-11
|
293 b
|
28 lines
|
[
TEXT/PJMM
]
unit ButtonGlobals;
interface
const
normalHilite = 0;
dimHilite = 255;
{ Resource Numbers }
dlog1Res = 1001;
dlog2Res = 1002;
dlog3Res = 1003;
aboutAlrtRes = 1000;
fileMenuRes = 1000;
windRes = 1000;
var
horizRatio: Fixed;
vertRatio: Fixed;
implementation
end.